FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CareConnect-ConditionRelationship-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdCareConnect-ConditionRelationship-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionRelationship-1
URLhttps://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionRelationship-1
Version1.2.0
Statusdraft
Date2019-10-24T18:50:00+00:00
NameCare Connect Condition Relationship
Authorityhl7
DescriptionA CodeSystem that identifies the kind of relationship that exists with a target condition or problem.
CopyrightCopyright © 2019 HL7 UK
Contentcomplete

Resources that use this resource

ValueSet
CareConnect-ConditionRelationship-1Care Connect Condition Relationship

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "CareConnect-ConditionRelationship-1",
  "url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionRelationship-1",
  "version": "1.2.0",
  "name": "Care Connect Condition Relationship",
  "status": "draft",
  "date": "2019-10-24T18:50:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem that identifies the kind of relationship that exists with a target condition or problem.",
  "copyright": "Copyright © 2019 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "merge-combine",
      "display": "Merge/Combine",
      "definition": "This condition is merged/combined with the target condition to form a single logical condition."
    },
    {
      "code": "nesting",
      "display": "Nesting",
      "definition": "This target condition is a component problem of this condition."
    },
    {
      "code": "evolve",
      "display": "Evolve",
      "definition": "This condition has evolved from the target condition."
    },
    {
      "code": "parent",
      "display": "Parent",
      "definition": "The problem referenced is the parent of the problem/item in the resource."
    },
    {
      "code": "child",
      "display": "Child",
      "definition": "The problem referenced is the child of the problem/item in the resource."
    },
    {
      "code": "sibling",
      "display": "Sibling",
      "definition": "The problem referenced is a sibling of the problem/item in the resource."
    }
  ]
}